home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Systemmonitors / LAV / poster < prev    next >
Text File  |  1996-09-26  |  2KB  |  46 lines

  1. Article 2211 of comp.sys.amiga:
  2. Path: mcdsun!noao!hao!nbires!seismo!mnetor!yetti!unicus!wjr
  3. From: wjr@unicus.UUCP (William J. Rucklidge)
  4. Newsgroups: comp.sys.amiga
  5. Subject: Amiga load average program
  6. Message-ID: <490@unicus.UUCP>
  7. Date: 19 Feb 87 05:57:51 GMT
  8. Reply-To: wjr@unicus.UUCP (William J. Rucklidge)
  9. Organization: Unicus Software Inc., Toronto, Ont.
  10. Lines: 175
  11.  
  12. This is a little program which I usually have running in my title bar.
  13. It displays the number of tasks in the Amiga's run queue, averaged over
  14. the last minute, 5 minutes and 15 minutes. This lets you see just how much
  15. (or how little) of the time there is something using the Amiga's processor,
  16. and how many tasks are queued to use it.
  17.  
  18. It's fairly small... it does use printf() but only for error messages in the
  19. case of absolute disaster, so if you want you can remove all the calls to
  20. printf() in here.
  21.  
  22. It works with Manx 16 bit, and should work with anything (unless your
  23. compiler doesn't understand void *, in which case the declarations
  24. of OpenLibrary() etc should be changed.)
  25.  
  26. William Rucklidge        Unicus Software Inc, Toronto, Ont.
  27. UUCP: {the known world}!seismo!mnetor!unicus!wjr    wjr@unicus.UUCP
  28. BITNET: WJR AT UTORONTO        CSNET: wjr@toronto
  29. This message brought to you with the aid of the Poslfit Committee.
  30.  
  31. ****************************** Addenda ***********************************
  32.  
  33. I have modified William's code slightly since his original release. It now
  34. expects V2.X (or V3.0) of the Amiga O/S and is font sensitive. I also 
  35. performed miscellaneous clean up operations and moved it to Lattice C 6.0.
  36. Hope you find it useful!
  37.  
  38. Program LAV should run on any processor.
  39. Program LAV.040 is optimized for the 68040.
  40.  
  41.     Eric G. Suchanek
  42.     12/30/92
  43.  
  44.     BIX: esuchanek
  45.     INET: procter!suchanek_eg@ms.uky.edu
  46.